home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / phase5 / ppcrelease / libmoto / readme < prev   
Text File  |  1998-02-21  |  2KB  |  61 lines

  1. ========================================================================
  2. Instructions for using LIBMOTO on MkLinux
  3. ========================================================================
  4. The LIBMOTO library for MkLinux (named "libmoto.a") is a static ELF
  5. library. It can be used with the GNU tools by adding "-lmoto" to your
  6. command-line.  For example:
  7.  
  8.     gcc -o myapp myapp.c -lmoto -lm
  9.  
  10. When linking, make sure that the LIBMOTO library is linked first, before
  11. the standard math library.  Otherwise, the LIBMOTO versions of these
  12. functions will be ignored.
  13.  
  14. ========================================================================
  15. TECHNICAL SPECIFICATIONS:
  16. ========================================================================
  17. LIBMOTO MkLinux version replaces the following standard C functions:
  18.  
  19.     * cos              * exp
  20.     * sin              * pow
  21.     * log              * atan
  22.     * log10            * atan2
  23.     * sqrt
  24.  
  25. The version of LIBMOTO available herein is provided "as is".  LIBMOTO is
  26. built for MkLinux for PowerPC.
  27.  
  28. This Motorola library does not replace the standard MkLinux libraries.
  29. When used in conjunction with the standard libraries, the Motorola
  30. library offers performance improvements.
  31.  
  32.  
  33. ========================================================================
  34. POTENTIAL BUGS AND CONFLICTS:
  35. ========================================================================
  36. For full details on potential conflicts and other up-to-date reports,
  37. please visit the LIBMOTO web site at:
  38.  
  39.     http://www.mot.com/SPS/PowerPC/library/fact_sheet/libmoto.html
  40.  
  41.  
  42. ========================================================================
  43. FREQUENTLY ASKED QUESTIONS:
  44. ========================================================================
  45. The latest version of the LIBMOTO FAQ can be found at:
  46.  
  47.     http://www.mot.com/SPS/PowerPC/library/fact_sheet/libmoto_faq.html
  48.  
  49.  
  50. ========================================================================
  51. Feedback
  52. ========================================================================
  53. We welcome feedback regarding LIBMOTO. If you would like additional
  54. information, please contact us. Please send your comments or questions
  55. to:
  56.  
  57.     ppcinfo@risc.sps.mot.com
  58.  
  59. ------------------------------------------------------------------------
  60. Copyright © 1996 by Motorola, Inc. 
  61.